2015-03-30 - 16728 - Break Fix - Work Order Publish&Work List Create #SNCProject #ABAPSNC #sncsup
2015-03-30 - 16728 - Break Fix - SNC Work Order Publish & Work List
Problem Summary
Work List (Actual Lines) do not get created for SNC Work Orders.
Admin Info
Purpose
|
SNC Work Order Publish & Work List
|
Requested by
|
Jeffrey Mau
|
Issue Date
|
03-31-2015
|
Resolved by
|
Venkat/Adithya
|
Resolved Date
|
03-31-2015
|
Document Status
|
WIP
|
Detailed Problem Description
(Include Screen Shots if required )
Program ZNEC_WO_WL_CREATE is not creating the work lists for all the work orders which were created.
Solution Analysis and Recommendations
Observed that the work orders which are skipped in the Work List program are with INEG (In Negotiation) Status.
3rd Program (Work list) ZNEC_WO_WL_CREATE considers the work orders with status IAGR and creates the work lists.
2nd Program (WO Publish) ZNEC_WO_PUBLISH which has to publish the Work order which changes the staus form INEG to IAGR is skipping few orders. Hence the 3rd Program (ZNEC_WO_WL_CREATE) is not considering those orders to create the work list.
2nd Program (ZNEC_WO_PUBLISH) Program will be modified to take the work orders form the program #1 (ZSCA_WO_CREATE) as input.
50 Work Orders are given at once for the Publish Program and then so on.
As there are many select criteria maintained in the program ZNEC_WO_PUBLISH (original program) a New Program
ZNEC_WO_PUBLISH2 is created for this.
Understand that 3rd program is also skipping few Work Orders even if the Status is changed.
3rd Program (ZNEC_WO_WL_CREATE) will be modified to take the work orders from the program # 1(ZSCA_WO_CREATE) as input.
50 Work Orders are given at once for the Publish Program and then so on.
Resolution
The current Batch jobs will be consolidated to a single batch job with 3 steps to ensure no overlap. A wait time will be given between steps to allow for data commits to complete.
Step1 : Work Order Create: ZNEC_WO_WL_CREATE
Step2 : Work Order Publish :
ZNEC_WO_PUBLISH2
Step3 : Audit Report of WOs : ZNEC_WO_EXTRACT (Which also gives some time gap between Publish and WL Create)
Step 4: Work Order Work List : ZNEC_WO_WL_CREATE
Step5 : Audit Report of WOs : ZNEC_WO_EXTRACT
Release Information
Provide link here to Release Notes if Technical Objects were changed